google.golang.org/protobuf/encoding/protojson.decoder.syntaxError (method)

2 uses

	google.golang.org/protobuf/encoding/protojson (current package)
		decode.go#L113: 	return d.syntaxError(tok.Pos(), "unexpected token %s", tok.RawString())
		decode.go#L117: func (d decoder) syntaxError(pos int, f string, x ...any) error {